home *** CD-ROM | disk | FTP | other *** search
- @import url("../main.css");
-
- .incomingItem .timeStamp {
- color:#dbd789;
- }
-
- .outgoingItem .timeStamp {
- color:#f8b1b1;
- }
-
- /*############Incoming Bubble########## */
-
- .incomingItem {
- background:url("../images/yellowBackground.gif") repeat-y top right;
- }
-
- .incomingItem .bubbleHeading {
- background:url("../images/yellowCurves.gif") no-repeat top left;
- }
-
- .incomingItem .bubbleHeading div {
- background:url("../images/yellowCurves.gif") no-repeat top right;
- }
-
- .incomingItem .bubbleIndicator {
- background:url("../images/yellowIndicator.gif") no-repeat top left;
- }
-
- .incomingItem .bubbleFooting {
- background:url("../images/yellowCurves.gif") no-repeat bottom left;
- }
-
- .incomingItem .bubbleFooting div {
- background:url("../images/yellowCurves.gif") no-repeat bottom right;
- }
-
- .incomingItem .response {
- background:url("../images/yellowBackground.gif") repeat-y top left;
- }
-
- .incomingItem .followUp {
- color:#f4f2cb;
- background-color:#f4f2cb;
- border-bottom:1px solid #fff;
- }
-
-
- /*############Outgoing Bubble########## */
-
- .outgoingItem {
- background:url("../images/redBackground.gif") repeat-y top right;
- }
-
- .outgoingItem .bubbleHeading {
- background:url("../images/redCurves.gif") no-repeat top left;
- }
-
- .outgoingItem .bubbleHeading div {
- background:url("../images/redCurves.gif") no-repeat top right;
- }
-
- .outgoingItem .bubbleIndicator {
- background:url("../images/redIndicator.gif") no-repeat top left;
- }
-
- .outgoingItem .bubbleFooting {
- background:url("../images/redCurves.gif") no-repeat bottom left;
- }
-
- .outgoingItem .bubbleFooting div {
- background:url("../images/redCurves.gif") no-repeat bottom right;
- }
-
- .outgoingItem .response {
- background:url("../images/redBackground.gif") repeat-y top left;
- }
-
- .outgoingItem .followUp {
- color:#ffdada;
- background-color:#ffdada;
- border-bottom:1px solid #fff;
- }
-